home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / program / 331 / gemfxm14 / windxmpl.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-07-20  |  663 b   |  17 lines

  1. /* resource set indicies for WINDXMPL */
  2.  
  3. #define MENUTREE 0    /* menu tree */
  4. #define MENUDESK 3    /* TITLE in tree MENUTREE */
  5. #define MENUFILE 4    /* TITLE in tree MENUTREE */
  6. #define MENUINFO 7    /* STRING in tree MENUTREE */
  7. #define MENUEDFN 16    /* STRING in tree MENUTREE */
  8. #define MENUQUIT 17    /* STRING in tree MENUTREE */
  9.  
  10. #define WINDTREE 1    /* form/dialog */
  11. #define WINDICI1 1    /* ICON in tree WINDTREE */
  12. #define WINDTEFN 2    /* FTEXT in tree WINDTREE */
  13. #define WINDICI2 4    /* ICON in tree WINDTREE */
  14. #define WINDPBRB 5    /* IBOX in tree WINDTREE */
  15. #define WINDBRB2 6    /* BUTTON in tree WINDTREE */
  16. #define WINDBRB1 7    /* BUTTON in tree WINDTREE */
  17.